body {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: #000000;
    background-image: url('../../images/WhiteWashed.jpg');
}

.dvLogo {
    color: #000000;
}

a {
    color: #000000;
}

    a:hover, a:active, a:focus {
        color: #999999;
    }

p {
    color: #000000;
}

.category-img {
    border: 2px solid #000000;
}

.pageContent {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid black;
}

.pageContentCart {
    background-color: #C2BCBC !important;
}

.cart-WrapperFullScreen {
    position: fixed;
    z-index: 200000;
    top: 0px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #C2BCBC !important;
}

.productTabActive {
    color: white;
    border-top: 1px solid #000000;
}

.portfolioSlider {
    border: 60px solid #000000 !Important;
}

.sliderThumbNailActive {
    border: 8px solid #000000;
}

.menuLink {
    color: #000000;
}

.menuLink:hover  {
    color: #666666;
}

.menuLink:focus  {
    color: #666666;
}

.menuSubMenu {
    background-color: #ffffff;
}

.submenuparent {
    background-color: #ffffff;
}

.wd-prev {
    background: url('../../../../../websitethemes/shared/images/icon-left-arrow-black.png') no-repeat;
}

.wd-next {
    background: url('../../../../../websitethemes/shared/images/icon-right-arrow-black.png') no-repeat;
}

.dvLogoMobile {
    color: #ffffff;
    background-color: #000000;
}

.menuBarMobile {
    background: #ffffff;
    color: #dddddd;
}